home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 10 / FreelogHS10.iso / Buzz / Buzz_Advanced_Pack.exe / {app} / Dev / Overloader - SDK / songinfo table.txt < prev    next >
Text File  |  2001-11-06  |  1KB  |  34 lines

  1. Title:  SongInfo Table
  2. Author: CyanPhase
  3. Date:   November 6, 2001
  4.  
  5.  
  6. The SonfInfo indexes are as follows:
  7.  
  8.  
  9.  
  10. ID   RIFF           ID3         WMA             ID3v2        AU
  11.  
  12. 0    Display Title  Song Title  Song Title      Song Title   comment
  13. 1    Artist         Artist      Artist          Artist
  14. 2    Name           Album       Album           Album
  15. 3    Genre          Genre*      Genre           Genre
  16. 4    KeyWords                                   
  17. 5    Comments       Comments    Comments        Comments
  18. 6                               Rating          
  19. 7                               Album Cover URL
  20. 8                               Promotional URL URL
  21. 9    Copyright                  Copyright       Copyright
  22. 10   Year           Year        Year            Year
  23. 11                  Track Number                Track Number
  24. 12                                              Orig Artist
  25. 13   Soft Package                               Encoded By
  26. 14                                              Composer
  27.  
  28.  
  29. The order is the same for both for the CSongInfoHandler::GetTags(int tag_id, char *tagdata)
  30. function for the SongInfo API and the CRecorder::SongTagData(int tag_index, char *tagdata)
  31. for the Recorder Machines API.
  32.  
  33.  
  34.